home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 4 / Light ROM 4 - Disc 1.iso / text / maillist / 1994 / oct94.doc / text0026.txt < prev    next >
Encoding:
Text File  |  1995-03-24  |  927 b   |  20 lines

  1. > I'm sure this must have been discussed before, but I must have missed it.
  2. > I want to render rather large bitmaps for a poster. I have a GForce040 and
  3. > a 16Mg simm but also have a 2Mg fast ram card (disables the MMU so VMM is
  4. > out). I'm using LW3.5 Standalone. I've tried setting segment memory and
  5. > rendering portions of the frame, but all I get is an "insufficient memeory"
  6. > notice - if I'm lucky, or a rather spectacular crash. The largest image
  7. > I can render is medium res overscan. Any ideas?
  8.  
  9. Multiply the width x the heigth of the intended output and then multiply 
  10. that product by 4. This will give you the amount of RAM (in bytes) needed 
  11. to render that image. Of course you also have to add in segment memory, 
  12. image filtering memory and any other memory eating things (shadow maps sizes)
  13.  
  14. Chances are there will be a work around (most likely some type of virtual 
  15. memory) sometime in the near future.
  16.  
  17. JG
  18.  
  19.